home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7975 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: anvil.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Getting the Address of the CD-ROM device driver through MSCDEX
  5. Date: 28 Feb 1996 08:38:13 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4h20dlINNm6i@anvil.ugrad.cs.ubc.ca>
  8. References: <31327932.7FA9@odyssee.net>
  9. NNTP-Posting-Host: anvil.ugrad.cs.ubc.ca
  10.  
  11. In article <31327932.7FA9@odyssee.net>,
  12. Kevin Swail  <kyndar@odyssee.net> wrote:
  13.  >
  14.  >To Anybody who can help!
  15.  >
  16.  >    I've written the following C (TC v3.0) program in order to try to 
  17.  > find the address of the CD-ROM device driver.  It does not work however! 
  18.  > For some reason, even though I pass the address of my strucure to the 
  19.  >interrupt, it doesn't send me back the Driver address.  Please Help!  If 
  20.  >I can get this working, then I have a chance at making a CD-ROM audio 
  21.  >player using C.  Thanks for the help!
  22.  
  23. The C standard does not require that the particular system call on your
  24. particular platform return a Driver address to you after you pass it the
  25. address of your structure. As far as this newsgroup is concerned, the behavior
  26. is not in contravention  of the C standard, and neither is fact that my toaster
  27. browns the left toast more than the right one.
  28. -- 
  29.  
  30.